


/* 
==================================================


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body {
    width: 100%;
    height: 100%;

		font-weight: 300;
    color: #666;
    background-color: #fff;
	font-size: 16px;
    line-height: 1.6em;
	font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
}




.container-fluid{
	padding-left:0px;
	padding-right:0px;}
	
.content-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0 20px 0;
  position: relative;
  background: #ccc;
  height:240px;
  color: #000;
}

.content-page-header h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-top:40px;
}
.breadcrumb {
	padding:0px;
}
.content-page-header .breadcrumb {
  background-size: cover;
  background: none;
  font-size: 14px;

}

.content-page-header .breadcrumb .active {
  color: #900;

  font-weight:bold;
   padding-bottom:30px ;
}

.content-page-header .breadcrumb li a {
 color: #fff;
 padding-right:0px;
 padding-bottom:30px ;

}
.content-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center;

}


.navbar-default {
background-color: #000;
min-height:70px;    
border-bottom:0;
border-top:0;

}
.navbar-collapse

 {
border:0;
padding-top:0;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0;
}
.navbar-brand
{
	padding-top:10px;
	padding-bottom:10px;
	
}
.navbar-default .navbar-nav >li {
	
	
	padding-top:10px;
        padding-bottom:5px;
       

}

@media (max-width: 768px) 
{.navbar-brand
{
	margin-top:-40px;
margin-left:-20px;
display:block;
	
}

.navbar-default{
max-height:35px;

background-color: #000;
    
border-bottom:0;
border-top:0;

}
.navbar-default .navbar-nav >li {
   max-height:50px;
    margin-left:100px;
    padding-top:0px;
background-color: #000;

	
}

.navbar-default .navbar-nav{
  border-bottom:0px;
  border-top:0px;
margin-top:0;

}

.navbar-default .navbar-nav {
	max-height:500px;
}
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color:#000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #900;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
	
	}

.navbar-default .navbar-nav > li > a ,.navbar-default .navbar-nav > li > a:focus
{ 
 	color: #FFF;
}


.image-inner{
width:auto;
height:auto;


}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
  color: #900;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;

}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
	text-transform:uppercase;
	
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #111;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;
	font-family: 'Ek Mukta', sans-serif;
}

p.1 {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;

}
p.2 {
    margin: 0 0 20px;

}
p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: #900;
}

a,.tp-caption a.btn:hover {
	color: #900;
}

.navbar-default {
	background-color: #000;
}

.top-nav-collapse {
	background: #000;
}

.carousel-indicators .active {
    background-color: #666;
}

.header-text h2 span {
    background-color: #E3E142;
}
 
.bg-skin {
	background: #E3E142;
}

.highlight-color {
	background-color: #E3E142;
}



blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}




.light {
    font-weight: 400;
}


/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 90px;
    padding-bottom: 90px;
	display:block;
	
    position:relative;
    z-index:120;
}


.footer-section {

	background-color:#000;
	padding-top:10px;
    height: 120px;
    bottom: 0;
    width: 100%;
	z-index:120;
}

.footer-section p {
	color: #fff;
	font-size: 14px;
}

.footer-section a.totop {
	color: #fff;
	margin-bottom: 40px;
	margin-top: 20px;
}
.footer-section a.totop:focus {
	outline: 0;
}




.inner-section {
    padding-top: 90px;
    padding-bottom: 900px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 48px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading h3 {
	font-size: 40px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-red .section-heading h2 {
	color: #900;
	padding-bottom:10px;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background:  #E5E5E5;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}




/* ===========================
--- carousel
============================ */
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{

     top:50;
  	 width:100%;
	 max-height:60%;
	}
.carousel img {
   
  
   padding-top:40px;
    min-width: 80%;


}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display:block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position:absolute;
     top:55%;
    }


.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:30px;
  margin-bottom:0;
  padding-left: 0;
  width: 100%;
  height: auto;
  min-height:20%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height:20%;
  margin-left:0;
  padding-left: 0;
}


/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#map {
	height: 500px;
}




/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}

/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe{
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}

.subscribe-overlay{
 
  padding: 70px 0;
  float: left;
  width: 100%;
  height:250px;
}

.subscribe-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}


.subscrib-form {
  margin: 0 auto;
  width:80%;
  position: relative;
}

.subscrib-form input {
  border: medium none;
  border-radius:4px;
  color: #444;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px 105px 5px 10px;
  width: 100%;
}

.subscribe-btn { 
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  top: 0;
  letter-spacing: 0.5px;
  outline: medium none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 120px;
   background-color: #900;
}



/* ===========================
--- board of directors
============================ */
.member-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.member-grid:after,
.member-item:before {
	content: '';
        display: table;
}

.member-grid:after {
	clear: both;
}

.member-grid li {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 40px;

}

.member-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 10px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.member-img-1 { 
	background-image: url(../img/1.jpg) ;
	background-repeat:no-repeat;
}


.member-img-2 { 
	background-image: url(../img/engaf.jpg);
	background-repeat:no-repeat;
}

.member-img-3 { 
	background-image:url(../img/engalaa.jpg);
	background-repeat:no-repeat;
}
.member-img-4 { 
		background-image: url(../img/engmoh.jpg);
		background-repeat:no-repeat;
}


.member-img-5 { 
	background-image: url(../img/mrahmed.jpg);
		background-repeat:no-repeat;
}
.member-img-6 { 
	background-image: url(../img/engabdrahman.jpg);
		background-repeat:no-repeat;
}
.member-img-7 { 
	background-image: url(../img/mrismail.jpg);
		background-repeat:no-repeat;
}
.member-img-8 { 
	background-image: url(../img/mryahia.jpg);
		background-repeat:no-repeat;
}
.member-img-9 { 
	background-image: url(../img/mraly.jpg);
		background-repeat:no-repeat;
}

.col5 {
  float: left;
  width: 20%;
  padding: 10px;
 height: 300px; /* Should be removed. Only for demonstration */
}
@media (max-width: 1200px)  {
.col5 {
  float: left;
  width: 30%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}}
@media (max-width: 1024px){
.col5 {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}}

@media (max-width: 800px){
.col5 {
  float: left;
  width: 100%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}}

.member-info {
	position: relative;
	height: auto; 
	border-radius: 10%;
	width: 500px;
	right: 150px;
	
	opacity: 1;
	margin-top:180px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	
	-webkit-backface-visibility:  hidden;

}


.member-info h3 {

	color: #000;

	/*letter-spacing: 2px;*/
	font-size: 19px;
	font-weight:700;
	
	padding: 60px 0 0 0;
	height: 50px;


}

.member-info p {
	color: #000;
	font-size: 17px;
	border-top: 1px solid #000 1;
	opacity: 1;
	-webkit-transition: all 0.7s ease-in-out 0.4s;
	-moz-transition: all 0.7s ease-in-out 0.4s;
	-o-transition: all 0.7s ease-in-out 0.4s;
	-ms-transition: all 0.7s ease-in-out 0.4s;
	transition: all 0.7s ease-in-out 0.4s;
}


.member-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.member-item:hover .member-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.member-item:hover .member-info p {
	opacity: 1;
}


/* ======================================================= */

/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}
.btn-skin
{
	 color: #fff;
	 background-color:#666;
	   border-color: #666;
	
	}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #900;
  border-color: #900;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

#map-container {

	position:  relative;
	padding-top:10px;
	height: 350px;
	width: 80%;
	background-color:#FFF;
	
 }
#map-canvas {
  width: 80%;
  height: 500px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}

/*-------------------------------------------------*/
